home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / unprot.arc / CLIPPER.TXT < prev    next >
Encoding:
Text File  |  1986-04-01  |  1.6 KB  |  51 lines

  1. *************************CLIPPER Ver. 1.00 ***************
  2.  
  3. See SOFTGARD.TXT
  4.  
  5. *************************CLIPPER Ver. Summer 85 ***************
  6.  
  7. See SOFTGARD.TXT
  8.  
  9. *************************CLIPPER Ver. Winter 85 ***************
  10.  
  11.                 How to Unprotect Clipper, Winter 85
  12.                                                 by the Lone Victor
  13.  
  14.      This file tells how to remove the Softguard Superlok 2.03 copy
  15. protection from Clipper Winter 85, on the file CLIPPER.W85
  16. 105984 bytes.  It will work with this file and no others.
  17. If it doesn't work, you probably have a different file.
  18.  
  19.      With this text file you should find a binary file CLIPPER.BIN.
  20. You will need this file, ALTER, DEBUG, and your Clipper System Disk.
  21.  
  22.      Install your copy of Clipper on a hard disk as normal.  Using
  23. ALTER or a similar utility, un-hide and copy the CLIPPER.W85 file.
  24. Next, hide the file again and Un-Install Clipper.  Put your system
  25. disk away for safe keeping.
  26.  
  27.      Now, using DEBUG execute the following commands:
  28.  
  29.         debug clipper.w85
  30.         n clipper.bin
  31.         l
  32.         rbx <cr>
  33.         BX 0000                 ;debug response
  34.         :1
  35.         rcx
  36.         CX 1000                 ;debug response
  37.         :9C92
  38.         w
  39.         Writing 19C92 bytes     ;debug response
  40.         q
  41.  
  42.         rename clipper.bin clipper.exe
  43.         del clipper.w85
  44.  
  45.      You now have a complete working copy of CLIPPER.
  46.  
  47.      If anyone has trouble with this copy of CLIPPR, please contact
  48. me on the Atlanta IBM-PCUG BBS at 404-433-0062.
  49.  
  50.                                                 The Lone Victor
  51.